home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000100_news@columbia.edu_Thu Jan 5 21:23:00 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA23215
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 5 Jan 1995 17:44:34 -0500
  3. Received: by apakabar.cc.columbia.edu id AA12028
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 5 Jan 1995 17:44:33 -0500
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!sol.ctr.columbia.edu!news.moneng.mei.com!hookup!swrinde!gatech!newsfeed.pitt.edu!uunet!hearst.acc.Virginia.EDU!murdoch!fulton.seas.Virginia.EDU!esh6h
  7. From: esh6h@fulton.seas.Virginia.EDU (Erik Hatcher)
  8. Subject: Re: MacKermit problems
  9. Message-Id: <D1yBEC.3q1@murdoch.acc.Virginia.EDU>
  10. Keywords: MacKermit
  11. Sender: usenet@murdoch.acc.Virginia.EDU
  12. Organization: University of Virginia
  13. References: <3eherk$c32@hpsystem1.informatik.tu-muenchen.de>
  14. Date: Thu, 5 Jan 1995 21:23:00 GMT
  15. Lines: 31
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. In article <3eherk$c32@hpsystem1.informatik.tu-muenchen.de>,
  19. Bernd Seitter <brs@regent.e-technik.tu-muenchen.de> wrote:
  20. >hoi !
  21. >
  22. >i have problems with running a script with MacKermit.
  23. >
  24. >the script looks like this :
  25. >    open read foo.bar
  26. >    read \%a
  27. >    echo \%a
  28. >
  29. >the file exists and contains 2 lines, like this
  30. >
  31. >    this is test
  32. >    end of test
  33. >
  34.  
  35. I had similar problems with OpenVMS Kermit and the
  36. problem was resolved by doing a...
  37.  
  38. set file type text
  39.  
  40. before opening the file.  It may or may not be
  41. the same problem.
  42.  
  43.     Erik
  44. --
  45. Erik Hatcher                           + "But every now and then we just have
  46. http://fulton.seas.virginia.edu/~esh6h |  to howl with the wolves." 
  47.                                        |        - Werner Heisenberg
  48. ---------------------------------------+-------------------------------------